home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / fllab200.zip / FLASHFR2.DFM / FLASHFR2.txt
Text File  |  1996-03-25  |  1KB  |  52 lines

  1. object DemoForm2: TDemoForm2
  2.   Left = 199
  3.   Top = 172
  4.   Width = 406
  5.   Height = 117
  6.   Caption = 'Color Scroll'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Scaled = False
  13.   Visible = True
  14.   TextHeight = 16
  15.   object FlashLabel1: TMCFlashLabel
  16.     Left = 12
  17.     Top = 9
  18.     Width = 370
  19.     Height = 20
  20.     AutoSize = False
  21.     Caption = 'This form is designed to give you an idea of the'
  22.     Transparent = True
  23.     FlashInterval = 10
  24.     FlashType = ftColorCycle
  25.     FlashColors.ColorData = {0300FF00000080FF00000000FF00}
  26.   end
  27.   object FlashLabel2: TMCFlashLabel
  28.     Left = 12
  29.     Top = 33
  30.     Width = 360
  31.     Height = 20
  32.     AutoSize = False
  33.     Caption = ' '#39'scrolling'#39' effects you can get when using the'
  34.     Transparent = True
  35.     FlashInterval = 10
  36.     FlashType = ftColorCycle
  37.     FlashColors.ColorData = {03000000FF00FF00000080FF0000}
  38.   end
  39.   object FlashLabel3: TMCFlashLabel
  40.     Left = 12
  41.     Top = 57
  42.     Width = 374
  43.     Height = 20
  44.     AutoSize = False
  45.     Caption = 'TMCFlashLabel in its Color Cycling mode. It'#39's easy!'
  46.     Transparent = True
  47.     FlashInterval = 10
  48.     FlashType = ftColorCycle
  49.     FlashColors.ColorData = {030080FF00000000FF00FF000000}
  50.   end
  51. end
  52.